/*底部*/
.footer{
	width: 100%;
	/*height: 360px;*/
	overflow: hidden;
	background: #191A25;
	/*margin-top: 27px;*/
}
.footer_cont{
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}
.footer_cont .logo{
	float:left;
	padding-left: 5px;
	padding-top: 25px;
}
.footer_cont .logo ul{
	margin-top: 30px;
}
.footer_cont .logo ul li{
	color: #D6D6D7;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer_cont .list{
	float:left;
	margin-left: 10px;
	padding-top: 58px;
}
.footer_cont .list ul{
	float: left;
	margin-right: 20px;
}
.footer_cont .list ul li{
	margin-bottom: 5px;
}
.footer_cont .list ul li a{
    color: #D6D6D7;
    font-size: 14px;
}
.footer_cont .list ul li .tl{
	font-size: 16px;
	color: #E7304E;
	font-weight: bold;
}
.footer_cont .right{
	float:right;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	color: #D6D6D7;
	padding-top: 50px;
}
.footer_cont .right img{
	width: 120px;
	height: 120px;
}
.footer_a{
	text-align: center;
	color: #D6D6D7;
	font-size: 14px;
	margin-top: 10px;
}
.footer_a a{
	color: #D6D6D7;
	font-size: 14px;
}
.footer_b{
	margin: 15px auto;
	border-bottom: 1px solid #FFFFFF;
	width: 525px;
}
.footer_c{
    text-align: center;
	font-size: 14px;
	color: #D6D6D7;
	padding-bottom: 10px;
}



.page_new {
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top:20px;
	font-size: 12px;
	text-align: center;
}

.page_new ul {
	margin:0 auto;
}

.page_new ul li {
	height:30px;
	min-width: 30px;
	max-width:200px;
	margin-left:10px;
	text-align: center;
	padding:0 4px;
	line-height: 30px;
	border:1px solid #E7304E;
	display: inline-block;
	background: #fff;
	color:#E7304E;
	margin-top: 10px;
}

.page_new ul .thisclass{
	background: #E7304E;
	color:#fff;
}

.page_new ul li a {
	display: inline-block;
	width:100%;
	height:100%;
	color:#E7304E;
}

.dis_none {
	display: none;
}